SG Window Window Object
Invalidate Method

©1998 by Stinga

Properties     Methods      Events     Constants     Error Codes
Description

Invalidates window's client rectangle.

Syntax

object.Invalidate(eraseBkg as Boolean)

Part Description
object The object is expression that evaluates to Window object
eraseBkg Required. Specifies whether the client are background is to be erased. If this parameter is True, background is erased. If this parameter is False, background is not erased.
Remarks

Invalidating does not repaint window. Window will be painted during next wm_PAINT message. To immidietly redraw window, use Redraw method.